-
I want to read a large xml file which includes n number of elements ‘elem1’. n can be up to …
- 419 views
- 1 answers
- 0 votes
-
12:03:25.261 [http-nio-8082-exec-8] ERROR org.springframework.batch.core.step.AbstractStep – Encountered an error executing step processStep1 in job assignJob javax.persistence.TransactionRequiredException: no transaction is in progress …
- 414 views
- 0 answers
- 0 votes
-
I’m issuing some problems with application deployed on tomcat. It is actually servlet based SOAP web service. Tomcat is Apache …
- 345 views
- 0 answers
- 0 votes
-
I have a job that reads from SQL Server database list of documents. Documents needs to be in some status …
- 352 views
- 0 answers
- 0 votes
-
I need to send approx 40 – 50000 mails depending upon user selection. These mail id are stored in database. …
- 339 views
- 0 answers
- 0 votes
-
I am new to spring batch, and I’m encountering an issue when using multiple data source in my batch. Let …
- 350 views
- 1 answers
- 0 votes
-
I am currently working on a JSR batch job. I tried injecting incoming parameters in my batchlet constructor. @Inject public …
- 358 views
- 1 answers
- 0 votes
-
We are using a spring batch application with multiple steps, launched from a main() method. The following code mimics the …
- 390 views
- 0 answers
- 0 votes